home *** CD-ROM | disk | FTP | other *** search
/ CD World Haziran 1997 / CD World Haziran 1997.iso / Suruculer ve Guncellemeler / Transdisk / dosver4 / TDEPPTM.TXT < prev    next >
Encoding:
Text File  |  1996-03-28  |  3.1 KB  |  55 lines

  1. ***  Parallel Port Mode and TransDisk Timing
  2. The IBM PC compatible parallel (printer) port was originally designed
  3. for IBM PC/XT. The signal quality and speed of the parallel port was
  4. not an issue because the parallel port was able to keep up with the
  5. relatively slow CPU when transferring data between the CPU and the
  6. devices connected to the port.
  7.  
  8. Since then, the performance of the CPU has been dramatically improved
  9. with the introduction of the 486's and Pentium's, while the parallel
  10. port itself stays pretty much the same. The same parallel port still
  11. works for the printer devices because of the relatively slow transfer
  12. speed of the printer. However, with a high-speed device, such as a
  13. TransDisk connected, the parallel port may find itself not able to keep
  14. up with the high-speed data transfer between the device and the CPU.
  15.  
  16. Not all parallel ports are alike, especially when high-speed transfer
  17. is concerned. Some can be pushed to the limit; some perform badly when
  18. pushed. Fortunately in most cases, an workaround can be found. Please
  19. try the items below individually or in combination:
  20.  
  21. *** 1. Change Parallel Port Mode ***
  22. Many machines, especially Pentium's, come with manufacturer's CMOS
  23. default setup to non-EPP mode for parallel port. Some computers, when
  24. set to uni-directional port, shut off certain signals which may cause
  25. the TransDisk not to work. It is a good idea to change into EPP, but not
  26. ECP or ECP/EPP mode. The EPP mode does provide better signal quality. If
  27. EPP mode is not available, try Bi-dir (Bi-directional) mode if it exists.
  28.  
  29. *** 2. Adjust TransDisk Timing ***
  30. The following applies to non-EPP mode only as /T is ignored in EPP mode.
  31. If we slow down the data transfer slightly during access to the parallel
  32. port, the port may have enough time to allow data to become ready. The
  33. TransDisk Device Driver provides a timing option for this purpose. If the
  34. driver is loaded via a DEVICE entry in the CONFIG.SYS file, append the
  35. line with the "/T:x" option where a good value of 'x' to try is 5, other
  36. values are 10, 3, or 0 (default=2 or 3 if no /T is specified). For example:
  37.     DEVICE=C:\TD-EPP\TD-EPP.SYS /T:5
  38. The typical range for 'x' should be from 0 to 30, 0 being the fastest.
  39. If TDGO is used to load the driver dynamically, simply append the 'x' to the
  40. command line where 'x' means the same thing as above. For example: TDGO 5
  41.  
  42. To find an optimum value, start with a number (say 5), move up or down
  43. until a lowest number is found where there is no problem. Then add 1 or 2 to
  44. it to provide additional safety margin and use that final number in "/T:x".
  45. It may be easier to try this experiment with TDGO instead of DEVICE entry.
  46.  
  47. If the TransDisk is used with a large number of machines, consider using
  48. timing parameter ranging from 2 to 5 as standard. This provides
  49. much better compatibility across different machine platforms and in most
  50. cases avoids the need for tuning each machine individually. 
  51.  
  52. The performance degradation caused by the "/T" option should be relatively
  53. small given today's fast CPUs (486DX4/100, Pentium).  TD.EXE option 3 may
  54. be needed to re-initialize the TransDisk during the procedure.
  55.